SixBit API Schema
AmazonConditionType Simple Type
Description
The Condition of an Amazon product.
Namespace (none)
Type
Restriction of xs:string
Diagram
AmazonConditionType Simple Type
Overview
AmazonConditionType Restriction of xs:string
The Condition of an Amazon product.
Facets
EnumerationNone
EnumerationUsedLikeNew
EnumerationUsedVeryGood
EnumerationUsedGood
EnumerationUsedAcceptable
EnumerationCollectibleLikeNew
EnumerationCollectibleVeryGood
EnumerationCollectibleGood
EnumerationCollectibleAcceptable
EnumerationNotUsed
EnumerationRefurbished
EnumerationNew
Source
<xs:simpleType name="AmazonConditionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The Condition of an Amazon product.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="None" />
    <xs:enumeration value="UsedLikeNew" />
    <xs:enumeration value="UsedVeryGood" />
    <xs:enumeration value="UsedGood" />
    <xs:enumeration value="UsedAcceptable" />
    <xs:enumeration value="CollectibleLikeNew" />
    <xs:enumeration value="CollectibleVeryGood" />
    <xs:enumeration value="CollectibleGood" />
    <xs:enumeration value="CollectibleAcceptable" />
    <xs:enumeration value="NotUsed" />
    <xs:enumeration value="Refurbished" />
    <xs:enumeration value="New" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.